home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Utilities / Registry Mechanic 6 / rminstall.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-11-10  |  28.4 KB  |  452 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=Registry Mechanic
  4. AppVerName=Registry Mechanic 6.0
  5. AppId=Registry Mechanic
  6. AppVersion=6.0
  7. AppPublisher=PC Tools
  8. AppPublisherURL=http://www.pctools.com
  9. AppSupportURL=http://www.pctools.com/registry-mechanic/support/
  10. AppMutex=GuideWorksRegistryMechanic
  11. DefaultDirName={pf}\Registry Mechanic
  12. DefaultGroupName=Registry Mechanic
  13. UninstallDisplayIcon={app}\RegMech.exe
  14. OutputBaseFilename=rminstall-6.0.0.750e-GTB
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  21. Source: "{tmp}\helper.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  22. Source: "{tmp}\en_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  23. Source: "{tmp}\de_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  24. Source: "{tmp}\es_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  25. Source: "{tmp}\fr_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  26. Source: "{tmp}\RM GTB - English.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  27. Source: "{tmp}\RM GTB - German.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  28. Source: "{tmp}\RM GTB - Spanish.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  29. Source: "{tmp}\RM GTB - French.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  30. Source: "{tmp}\gtapi.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  31. Source: "{tmp}\InternetCheck.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  32. Source: "{tmp}\GTB_IE7_en.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  33. Source: "{app}\Activate.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  34. Source: "{app}\Common.ini"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  35. Source: "{app}\deu-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  36. Source: "{app}\eng-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  37. Source: "{app}\esp-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  38. Source: "{app}\fre-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  39. Source: "{app}\homepage.url"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  40. Source: "{app}\iSHelp.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  41. Source: "{app}\RegMech.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  42. Source: "{app}\RMEngine.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  43. Source: "{app}\RMReg.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  44. Source: "{app}\RMScrn.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  45. Source: "{app}\RMSubs.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  46. Source: "{app}\Update.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  47. Source: "{app}\Data\keys.dat"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  48. Source: "{app}\Data\map.dat"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  49. Source: "{app}\Data\rmabout.avi"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  50. Source: "{app}\Data\rmmon.avi"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  51. Source: "{app}\Data\rmscan.avi"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  52. Source: "{app}\Data\values.dat"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  53. Source: "{app}\LuLng\Deutsch.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  54. Source: "{app}\LuLng\English.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  55. Source: "{app}\LuLng\Francais.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  56. Source: "{app}\LuLng\Spanish.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  57. Source: "{app}\ref\Deutsch.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  58. Source: "{app}\ref\Deutsch.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  59. Source: "{app}\ref\English.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  60. Source: "{app}\ref\English.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  61. Source: "{app}\ref\Espanol.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  62. Source: "{app}\ref\Espanol.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  63. Source: "{app}\ref\Francais.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  64. Source: "{app}\ref\Francais.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  65. Source: "{app}\ref\Francaisselect.bmp"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  66. Source: "{app}\ref\Francaisstatus.bmp"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  67. Source: "{tmp}\msvbvm60.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  68. Source: "{tmp}\MSCOMCTL.OCX"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  69. Source: "{tmp}\STKIT432.DLL"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  70. Source: "{tmp}\scrrun.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  71. [Dirs]
  72. Name: "{app}\ref"; Flags: uninsalwaysuninstall 
  73. Name: "{app}\backup"; Flags: uninsalwaysuninstall 
  74. [Registry]
  75. Root: HKLM; Subkey: "Software\PCTools"; Flags: uninsdeletekeyifempty 
  76. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic"; Flags: uninsdeletekey 
  77. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "BackUpFile"; ValueType: String; ValueData: "{app}\backup"; Flags: uninsdeletevalue 
  78. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "RefFile"; ValueType: String; ValueData: "{app}\ref"; Flags: uninsdeletevalue 
  79. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "LogFile"; ValueType: String; ValueData: "{app}\log"; Flags: deletevalue 
  80. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "DatabasePath"; ValueType: String; ValueData: "{app}\Data"; Flags: uninsdeletevalue 
  81. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "ShowRegScreen"; ValueType: String; ValueData: "0"; Flags: uninsdeletevalue 
  82. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "ShowRegHelpLink"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  83. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "RegHelpLink"; ValueType: String; ValueData: "http://www.pctools.com/registry-mechanic/support/category/2/"; Flags: uninsdeletevalue 
  84. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "Support"; ValueType: String; ValueData: "http://www.pctools.com/registry-mechanic/support.php?version=%version%"; Flags: uninsdeletevalue 
  85. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "URL"; ValueType: String; ValueData: "http://www.pctools.com/"; Flags: uninsdeletevalue 
  86. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "Branding"; ValueType: String; ValueData: "pctools"; Flags: uninsdeletevalue 
  87. Root: HKCU; Subkey: "Software\PCTools"; Flags: uninsdeletekeyifempty 
  88. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic"; Flags: uninsdeletekey 
  89. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Language"; ValueName: "default"; ValueType: String; ValueData: "{code:LanguageSelected}"; Flags: createvalueifdoesntexist uninsdeletevalue 
  90. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "AutoBackup"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  91. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "NoConfirmation"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  92. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "Startup"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  93. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "Suggest"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  94. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "RegMonitor"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  95. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "RegistryMechanic"; ValueType: String; Flags: uninsdeletevalue 
  96. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "RegistryMechanic"; ValueType: String; ValueData: "{app}\RegMech.exe /QS"; Tasks: autostart; Flags: uninsdeletevalue 
  97. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "Startup"; ValueType: String; ValueData: "1"; Tasks: autostart; Flags: uninsdeletevalue 
  98. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic"; ValueName: "uninsmsg1"; ValueType: String; ValueData: "{cm:uninsbegin}"; Flags: uninsdeletekey 
  99. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic"; ValueName: "uninsmsg2"; ValueType: String; ValueData: "{cm:uninschkbox}"; Flags: uninsdeletekey 
  100. [INI]
  101. FileName: "{app}\homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "{cm:ShortCutHPLink}"; 
  102. [Run]
  103. Filename: "regsvr32.exe"; Parameters: "/u /s scrrun.dll"; 
  104. Filename: "regsvr32.exe"; Parameters: "/s {sys}\scrrun.dll"; 
  105. Filename: "{app}\regmech.exe"; Parameters: "/S"; Description: "{cm:ScanAfterInstall}"; Flags: postinstall skipifsilent nowait
  106. [Icons]
  107. Name: "{group}\Registry Mechanic"; Filename: "{app}\regmech.exe"; WorkingDir: "{app}"; Comment: "{cm:ShortCutRMComment}"; 
  108. Name: "{group}\{cm:ShortCutQSG}"; Filename: "{app}\{cm:ShortCutFileName}"; WorkingDir: "{app}"; Comment: "{cm:ShortCutQSGComment}"; 
  109. Name: "{group}\{cm:ShortCutUninstall}"; Filename: "{uninstallexe}"; Comment: "{cm:ShortCutUninstallComment}"; 
  110. Name: "{commondesktop}\Registry Mechanic"; Filename: "{app}\regmech.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  111. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Registry Mechanic"; Filename: "{app}\regmech.exe"; WorkingDir: "{app}"; Comment: "Launch Registry Mechanic"; Tasks: quicklaunchicon; 
  112. Name: "{group}\{cm:ShortCutHP}"; Filename: "{app}\homepage.url"; Comment: "{cm:ShortCutHPComment}"; 
  113. [Tasks]
  114. Name: "autostart"; Description: "{cm:AutoStart}"; GroupDescription: "{cm:Options}"; 
  115. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  116. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  117. [InstallDelete]
  118. Type: files; Name: "{userdesktop}\Registry Mechanic.lnk"; 
  119. Type: files; Name: "{app}\ref\Fran
  120. ais.ini"; 
  121. Type: files; Name: "{app}\log\ignore.dat"; 
  122. Type: files; Name: "{app}\log\igds.log"; 
  123. Type: files; Name: "{app}\log\igdskeys.log"; 
  124. Type: files; Name: "{app}\log\rmmon.avi"; 
  125. Type: files; Name: "{app}\log\rmscan.avi"; 
  126. Type: dirifempty; Name: "{app}\log"; 
  127. [UninstallDelete]
  128. Type: files; Name: "{app}\ref\*.ini"; 
  129. Type: files; Name: "{app}\sound\*.wav"; 
  130. Type: files; Name: "{app}\homepage.url"; 
  131. Type: files; Name: "{app}\common.ini"; 
  132. Type: files; Name: "{app}\LULog.txt"; 
  133. Type: files; Name: "{app}\rminstall.log"; 
  134. Type: files; Name: "{app}\rmengine.log"; 
  135. Type: files; Name: "{app}\*.bmp"; 
  136. Type: filesandordirs; Name: "{app}\log"; 
  137. Type: filesandordirs; Name: "{app}\data"; 
  138. Type: filesandordirs; Name: "{app}\backup"; 
  139. Type: filesandordirs; Name: "{app}\temp"; 
  140. Type: dirifempty; Name: "{app}"; 
  141. [CustomMessages]
  142. en.NameAndVersion=%1 version %2
  143. en.AdditionalIcons=Additional icons:
  144. en.CreateDesktopIcon=Create a &desktop icon
  145. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  146. en.ProgramOnTheWeb=%1 on the Web
  147. en.UninstallProgram=Uninstall %1
  148. en.LaunchProgram=Launch %1
  149. en.AssocFileExtension=&Associate %1 with the %2 file extension
  150. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  151. en.Options=Options:
  152. en.AutoStart=&Automatically scan registry when Windows starts
  153. en.ScanAfterInstall=Start Registry Mechanic and scan for problems
  154. en.RunIGCheckBox=Run Install Guard to clear your system of malware which may affect your usage of Registry Mechanic
  155. en.IGEULA1=By using Install Guard you agree to the EULA which can be viewed 
  156. en.IGEULA2=here
  157. en.IGEULA3=.
  158. en.ErrorRMRunning=Setup has detected that Registry Mechanic is currently running. %nClick OK to close Registry Mechanic and continue setup or Cancel to exit setup.
  159. en.OldRMFound=Setup has found an older version of Registry Mechanic. This older version must be uninstalled before this installation can be completed. Do you wish to uninstall this older version and install the new version?
  160. en.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Free! \cf0 Google Toolbar\b0  \fs16 for Internet Explorer\fs20\par}
  161. en.GooglePageCaption=Free! Google Toolbar for Internet Explorer
  162. en.GooglePageDescription=Take the power of Google with you anywhere on the Web
  163. en.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 The free Google Toolbar enables you to:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Search the Web with Google from any site\par{\pntext\f1\'B7\tab}Eliminate annoying pop-up ads\par{\pntext\f1\'B7\tab}Fill out Web forms instantly with AutoFill\par }
  164. en.GooglePageRadio1a=Install the free Google Toolbar
  165. en.GooglePageRadio1aBold=Install the free Google Toolbar
  166. en.GooglePageRadio1b=     You can remove it easily at any time
  167. en.GooglePageRadio2=Don't install the Google Toolbar
  168. en.GooglePageNotice1=By installing the Google Toolbar, you agree to abide to the Google Toolbar terms of use and privacy policy.
  169. en.GooglePageNotice1a=Read the terms of use
  170. en.GooglePageNotice1b= and 
  171. en.GooglePageNotice1c=Read the privacy policy
  172. en.GooglePageNotice1d=.
  173. en.GooglePageTitle=Setup - Registry Mechanic
  174. en.GooglePageTitleLabel=Required Components Download
  175. en.GooglePageTitleDescription=Setup is now downloading the required files to your computer
  176. en.GoogleFinishConfirm=Google Toolbar has also been installed and will appear the next time you open an Internet Explorer window.
  177. en.MSG_DownloadError=Setup could not download some files, please run setup again.
  178. en.MSG_ButtonInstall=&Install
  179. en.ShortCutFileName=eng-rmhelp.chm
  180. en.ShortCutUninstall=Uninstall Registry Mechanic
  181. en.ShortCutQSG=Registry Mechanic Quick Start Guide
  182. en.ShortCutQSGComment=Read Registry Mechanic Quick Start Guide
  183. en.ShortCutHP=Home Page
  184. en.ShortCutHPComment=Visit the Registry Mechanic Home Page
  185. en.ShortCutHPLink=http://www.pctools.com/registry-mechanic/
  186. en.ShortCutUninstallComment=Uninstall Registry Mechanic
  187. en.ShortCutRMComment=Start Registry Mechanic
  188. en.lblSelectDir=Setup has detected that you already have %1 installed
  189. en.lblSelectDirBrowse=Installation must take place in the following location
  190. en.msgDegrade=Warning: You are trying to install an older version of %1
  191. en.uninsbegin=Uninstallation is about to commence.
  192. en.uninschkbox=Retain backup and custom ignore list files
  193. de.NameAndVersion=%1 Version %2
  194. de.AdditionalIcons=Zus
  195. tzliche Symbole:
  196. de.CreateDesktopIcon=Erstelle &Desktop-Symbol
  197. de.CreateQuickLaunchIcon=Erstelle &Schnellstartsymbol
  198. de.ProgramOnTheWeb=%1 im Web
  199. de.UninstallProgram=De-installiere %1
  200. de.LaunchProgram=Starte %1
  201. de.AssocFileExtension=&Verkn
  202. pfe %1 mit %2 Datenerweiterung
  203. de.AssocingFileExtension=Verkn
  204. pfung von %1 mit der %2 Datenerweiterung...
  205. de.Options=Optionen:
  206. de.AutoStart=&Automatisch die Registry durchsuchen, wenn Windows startet
  207. de.ScanAfterInstall=Registry Mechanic starten und nach Problemen suchen
  208. de.RunIGCheckBox=Starten Sie Install Guard, um Ihr System von Malware zu befreien, die den Gebrauch von Registry Mechanic beeinflussen k
  209. de.IGEULA1=Indem Sie den Installationassistenten verwenden, stimmen Sie der EULA zu, die 
  210. de.IGEULA2=hier 
  211. de.IGEULA3=eingesehen werden kann.
  212. de.ErrorRMRunning=Beim Setup wurde festgestellt, dass Registry Mechanic momentan ge
  213. ffnet ist. %nKlicken Sie OK, um Registry Mechanic zu schliessen und das Setup fortzusetzen oder Abbrechen, um das Setup zu verlassen.
  214. de.OldRMFound=Beim Setup wurde eine 
  215. ltere Version von Registry Mechanic gefunden. Diese 
  216. ltere Version muss zun
  217. chst deinstalliert werden, bevor diese Installation abgeschlossen werden kann. M
  218. chten Sie die 
  219. ltere Version deinstallieren und die neue Version einrichten?
  220. de.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang1031\b\f0\fs18 Kostenlos!\cf0   Google Toolbar \b0\fs16 f
  221. r Internet Explorer.\lang1033\f1\par}
  222. de.GooglePageCaption=Kostenlos!  Google Toolbar f
  223. r Internet Explorer.
  224. de.GooglePageDescription=Nutzen Sie 
  225. berall im Web die M
  226. glichkeiten von Google.
  227. de.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 Die kostenlose Google Toolbar erm
  228. glicht Ihnen:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Das Web mit Google von jeder Webseite aus zu durchsuchen\par{\pntext\f1\'B7\tab}L
  229. stige Popup-Werbungen unterbinden\par{\pntext\f1\'B7\tab}Mit Hilfe von AutoVervollst
  230. ndigen sofort Web-Formulare ausf
  231. llen\par }
  232. de.GooglePageRadio1a=Installieren Sie die kostenlose Google Toolbar
  233. de.GooglePageRadio1aBold=Installation der kostenlosen Google Toolbar
  234. de.GooglePageRadio1b=     Sie k
  235. nnen Google Toolbar jederzeit problemlos wieder entfernen.
  236. de.GooglePageRadio2=Google Toolbar nicht installieren.
  237. de.GooglePageNotice1=Indem Sie die Google-Toolbar installieren, stimmen Sie den Nutzungsbedingungen und den Datenschutzbestimmungen der Google Toolbar zu.
  238. de.GooglePageNotice1a=Nutzungsbedingungen lesen
  239. de.GooglePageNotice1b= und 
  240. de.GooglePageNotice1c=Datenschutzbestimmungen lesen
  241. de.GooglePageNotice1d=.
  242. de.GooglePageTitle=Setup - Registry Mechanic
  243. de.GooglePageTitleLabel=Download der erforderlichen Komponenten
  244. de.GooglePageTitleDescription=Das Setup speichert nun die erforderlichen Dateien auf Ihrem Computer ab
  245. de.GoogleFinishConfirm=Die Google Toolbar wurde ebenfalls installiert und wird beim n
  246. chsten 
  247. ffnen des Internet Explorer in einem Fenster angezeigt.
  248. de.MSG_DownloadError=Beim Setup konnten einige Dateien nicht gespeichert werden, starten Sie das Setup bitte neu.
  249. de.MSG_ButtonInstall=&Installieren
  250. de.ShortCutFileName=deu-rmhelp.chm
  251. de.ShortCutUninstall=Registry Mechanic deinstallieren
  252. de.ShortCutQSG=Registry Mechanic Schnellhilfe
  253. de.ShortCutQSGComment=Registry Mechanic Schnellhilfe
  254. de.ShortCutHP=Homepage
  255. de.ShortCutHPComment=Homepage
  256. de.ShortCutHPLink=http://www.pctools.com/de/registry-mechanic/
  257. de.ShortCutUninstallComment=Registry Mechanic deinstallieren
  258. de.ShortCutRMComment=Registry Mechanic
  259. de.lblSelectDir=Beim Setup wurde festgestellt, dass %1 bereits installiert wurde
  260. de.lblSelectDirBrowse=Die Installation muss an folgendem Standort erfolgen
  261. de.msgDegrade=Warnung: Sie versuchen gerade, eine 
  262. ltere Version von %1 zu installieren
  263. de.uninsbegin=Deinstallation wird gestartet.
  264. de.uninschkbox=Backup und benutzerdefinierte Dateien der Ignorier-Liste behalten
  265. es.NameAndVersion=%1 versi
  266. es.AdditionalIcons=Iconos adicionales:
  267. es.CreateDesktopIcon=Crear un icono en el &escritorio
  268. es.CreateQuickLaunchIcon=Crear un icono de Inicio &R
  269. es.ProgramOnTheWeb=%1 en la Web
  270. es.UninstallProgram=Desinstalar %1
  271. es.LaunchProgram=Ejecutar %1
  272. es.AssocFileExtension=&Asociar %1 con la extensi
  273. es.AssocingFileExtension=Asociando %1 con la extensi
  274. n %2...
  275. es.Options=Opciones:
  276. es.AutoStart=&Analizar el registro autom
  277. ticamente al iniciar Windows
  278. es.ScanAfterInstall=Iniciar Registry Mechanic y analizar en busca de problemas
  279. es.RunIGCheckBox=Ejecutar Install Guard para limpiar su sistema de malware el cual puede afectar el uso de Registry Mechanic.
  280. es.IGEULA1=Al instalar Install Guard usted acepta los t
  281. rminos del CLUF el cual se puede ver 
  282. es.IGEULA2=aqu
  283. es.IGEULA3=.
  284. es.ErrorRMRunning= El proceso de instalaci
  285. n ha detectado que Registry Mechanic se encuentra en funcionamiento. %Clic OK para cerrar Registry Mechanic y continuar con la instalaci
  286. n o Clic Cancel para salir de la instalaci
  287. es.OldRMFound= El proceso de instalaci
  288. n ha encontrado una versi
  289. n anterior de Registry Mechanic. Esa versi
  290. n anterior debe ser desinstalada antes de completar 
  291. sta instalaci
  292. Desea usted desinstalar la versi
  293. n anterior e instalar la nueva versi
  294. es.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang3082\b\f0\fs18\'a1Gratuito!\cf0  Barra Google \b0\fs16 para Internet Explorer \lang1033\f1\par}
  295. es.GooglePageCaption=
  296. Gratuito! Barra Google para Internet Explorer 
  297. es.GooglePageDescription=Ll
  298. vese consigo el poder de Google a cualquier lugar de la web
  299. es.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}  {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\lang3082\b\f0\fs16 La barra de herramientas gratuita de Google le permite:\b0   \par \bullet  B
  300. squeda desde cualquier sitio con Google   \par \bullet  Eliminar los molestos anuncios pop-up   \par \bullet  Llenar formularios de Web instant
  301. neamente con la funci
  302. n Autofill\'f1ol\lang1033\f1\par }
  303. es.GooglePageRadio1a=Instalar la barra Google gratuita
  304. es.GooglePageRadio1aBold=Instale la barra Google
  305. es.GooglePageRadio1b=     Puede eliminarla f
  306. cilmente en cualquier momento que lo desee.
  307. es.GooglePageRadio2=No instalar la barra Google
  308. es.GooglePageNotice1=Al instalar la barra Google, usted acuerda sujetarse a los t
  309. rminos de uso y pol
  310. tica de privacidad de la barra Google.
  311. es.GooglePageNotice1a=Leer los t
  312. rminos de uso
  313. es.GooglePageNotice1b= y la 
  314. es.GooglePageNotice1c=Leer la pol
  315. tica de privacidad
  316. es.GooglePageNotice1d= de dicho programa.
  317. es.GooglePageTitle=Setup - Registry Mechanic
  318. es.GooglePageTitleLabel=Descarga de Componentes Requeridos
  319. es.GooglePageTitleDescription=El Instalador est
  320.  ahora descargando los archivos requeridos en su computadora
  321. es.GoogleFinishConfirm=La barra Google tambi
  322. n se ha instalado y aparecer
  323.  la pr
  324. xima vez que abra una ventana de Internet Explorer.
  325. es.MSG_DownloadError=El instalador no pudo descargar algunos archivos, por favor ejecute el instalador nuevamente.
  326. es.MSG_ButtonInstall=&Instalar
  327. es.ShortCutFileName=esp-rmhelp.chm
  328. es.ShortCutUninstall=Desinstale Registry Mechanic
  329. es.ShortCutQSG=Gu
  330. pida de Registry Mechanic
  331. es.ShortCutQSGComment=Gu
  332. pida de Registry Mechanic
  333. es.ShortCutHP=P
  334. gina principal
  335. es.ShortCutHPComment=P
  336. gina principal
  337. es.ShortCutHPLink=http://www.pctools.com/es/registry-mechanic/
  338. es.ShortCutUninstallComment=Desinstale Registry Mechanic
  339. es.ShortCutRMComment=Registry Mechanic
  340. es.lblSelectDir=El instalador ha detectado que ya tiene %1 instalado
  341. es.lblSelectDirBrowse=La instalaci
  342. n debe hacerse en la ubicaci
  343. n siguiente
  344. es.msgDegrade=Advertencia: Usted trata de instalar una versi
  345. n anterior de %1
  346. es.uninsbegin=La desinstalaci
  347. n est
  348.  por comenzar.
  349. es.uninschkbox=Mantener los respaldos y la lista personalizada de archivos excluidos
  350. fr.NameAndVersion=%1 version %2
  351. fr.AdditionalIcons=Ic
  352. nes suppl
  353. mentaires :
  354. fr.CreateDesktopIcon=Cr
  355. er une ic
  356. ne &bureau
  357. fr.CreateQuickLaunchIcon=Cr
  358. er une ic
  359. ne &Lancement rapide
  360. fr.ProgramOnTheWeb=%1 sur le Web
  361. fr.UninstallProgram=D
  362. sinstallation de %1
  363. fr.LaunchProgram=Lancer %1
  364. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  365. fr.AssocingFileExtension=Association de %1 avec l'extension de fichier %2
  366. fr.Options=Options :
  367. fr.AutoStart=&Effectuez un scan du registre automatiquement quand Windows d
  368. marre
  369. fr.ScanAfterInstall=D
  370. marrez Registry Mechanic et lancez un scan pour des probl
  371. fr.RunIGCheckBox=Ex
  372. cutez Install Guard pour enlever de votre syst
  373. me des malwares qui pourraient influencer l'usage de Registry Mechanic
  374. fr.IGEULA1=En utilisant Install Guard, vous consentiez au CLUF qui peut 
  375. tre vu 
  376. fr.IGEULA2=ici
  377. fr.IGEULA3=.
  378. fr.ErrorRMRunning=Le programme d'installation a d
  379.  que Registry Mechanic est en cours d'ex
  380. cution. %nCliquez sur OK pour fermer Registry Mechanic  et continuer l'installation ou Annuler pour quitter l'installation.
  381. fr.OldRMFound=Le programme d'installation a trouv
  382.  une ancienne version de Registry Mechanic. Cette ancienne version doit 
  383. tre d
  384. sinstall
  385. e avant que cette installation peut 
  386. tre effectu
  387. e. Voulez-vous d
  388. sinstaller cette ancienne version et installer la nouvelle version?
  389. fr.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Free! \cf0 Barre d'outils Google\b0 \fs16 pour Internet Explorer\fs20\par}
  390. fr.GooglePageCaption=Gratuit ! Barre d'outils Google pour Internet Explorer
  391. fr.GooglePageDescription=Emportez la puissance de Google avec vous n'importe o
  392.  sur le Web
  393. fr.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 La barre d'outils Google gratuite vous permet de :\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Effectuer des recherches sur le Web avec Google depuis n'importe quel site\par{\pntext\f1\'B7\tab}Eliminer des fen
  394. tres publicitaires ennuyantes\par{\pntext\f1\'B7\tab}Remplir des formulaires Web instantan
  395. ment avec AutoFill\par }
  396. fr.GooglePageRadio1a=Installer la barre d'outils Google gratuite
  397. fr.GooglePageRadio1aBold=Installer la barre d'outils Google gratuite
  398. fr.GooglePageRadio1b=Vous pouvez la supprimer ais
  399. ment 
  400.  tout moment
  401. fr.GooglePageRadio2=Ne pas installer la barre d'outils Google
  402. fr.GooglePageNotice1=En installant la barre d'outils Google, vous consentez 
  403.  respecter les termes d'utilisation et la politique de confidentialit
  404.  concernant cette barre d'outils.
  405. fr.GooglePageNotice1a=Lire les termes d'utilisation
  406. fr.GooglePageNotice1b=et
  407. fr.GooglePageNotice1c=Lire la politique de confidentialit
  408. fr.GooglePageNotice1d=.
  409. fr.GooglePageTitle=Installation - Registry Mechanic
  410. fr.GooglePageTitleLabel=T
  411. chargement des composants requis
  412. fr.GooglePageTitleDescription=Le programme d'installation t
  413. charge actuellement les fichiers requis sur votre ordinateur
  414. fr.GoogleFinishConfirm=La barre d'outils Google a aussi 
  415.  install
  416. e et s'affiche 
  417.  la prochaine ouverture de la fen
  418. tre d'Internet Explorer.
  419. fr.MSG_DownloadError=Le programme d'installation n'a pas pu t
  420. charger certains fichiers. Veuillez r
  421. cuter l'installation.
  422. fr.MSG_ButtonInstall=&Installer
  423. fr.ShortCutFileName=fre-rmhelp.chm
  424. fr.ShortCutUninstall=D
  425. sinstaller Registry Mechanic
  426. fr.ShortCutQSG=Guide de d
  427. marrage rapide de Registry Mechanic
  428. fr.ShortCutQSGComment=Guide de d
  429. marrage rapide de Spyware Doctor
  430. fr.ShortCutHP=Page d'accueil
  431. fr.ShortCutHPComment=Visitez la page d'accueil de Registry Mechanic
  432. fr.ShortCutHPLink=http://www.pctools.com/fr/registry-mechanic/
  433. fr.ShortCutUninstallComment=D
  434. sinstaller Registry Mechanic
  435. fr.ShortCutRMComment=Lancer Registry Mechanic
  436. fr.lblSelectDir=Le programme d'installation a d
  437.  que %1 est d
  438.  install
  439. fr.lblSelectDirBrowse=L'installation doit s'effectuer dans l'endroit suivant
  440. fr.msgDegrade=Avertissement: Vous essayez d'installer une version plus ancienne de %1
  441. fr.uninsbegin=La d
  442. sinstallation va commencer
  443. fr.uninschkbox=Garder la sauvegarde et les param
  444. tres de la liste ignorer
  445. [Languages]
  446. ; These files are stubs
  447. ; To achieve better results after recompilation, use the real language files
  448. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; 
  449. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.txt"; 
  450. Name: "es"; MessagesFile: "embedded\es.isl"; LicenseFile: "embedded\esLicense.txt"; 
  451. Name: "fr"; MessagesFile: "embedded\fr.isl"; LicenseFile: "embedded\frLicense.txt"; 
  452.